home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2001 #16
/
2001 CD 16 (Black).iso
/
K-CS.DCR
/
00167.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-10-25
|
180 b
|
15 lines
property StartTicks
on new me
cursor(4)
set StartTicks to the ticks
end
on exitFrame
if the ticks > (StartTicks + 300) then
go(#next)
else
go(#loop)
end if
end